MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / GridDetailLoadingEventArgs<TItem> Class / GetDeferral Method
In This Topic
    GetDeferral Method (GridDetailLoadingEventArgs<TItem>)
    In This Topic
    Gets the deferral.
    Syntax
    public AsyncEventArgsDeferral GetDeferral()
    Remarks
    The event won't finish until all the deferrals call the complete method.
    See Also